d/rules: Explicitly build documentation during build step
authorSimon McVittie <smcv@debian.org>
Sun, 9 Aug 2020 12:05:41 +0000 (13:05 +0100)
committerSimon McVittie <smcv@debian.org>
Sun, 9 Aug 2020 12:05:41 +0000 (13:05 +0100)
commit7386f7abda178b21b025850ccd94c4593a5c60d6
tree301ea5a0c657b3c16ef135da737174541f558189
parent3978aa2576392249c8eeb3e025da9e88c7787fac
d/rules: Explicitly build documentation during build step

By default this is only done during the install step, because gtk-doc
is relatively slow and cannot tell Meson how its dependency tree looks.
However, for GTK that breaks some dependency tracking, leading to
required Docbook files not being generated from their Markdown source.
debian/rules